cody - HTMLify profile

cody
4270 Files
632727 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game
body {
text-align: center;
background-color: #317dcf;
}
#level-title {
font-family: "Press Start 2P", cursive;
font-size: 3rem;
text-align: center;
background-color: #317dcf;
}
#level-title {
font-family: "Press Start 2P", cursive;
font-size: 3rem;
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Simon Game</title>
<link rel="stylesheet" href="styles.css" />
<link
href="https://fonts.googleapis.com/css?family=Press+Start+2P"
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Simon Game</title>
<link rel="stylesheet" href="styles.css" />
<link
href="https://fonts.googleapis.com/css?family=Press+Start+2P"